POV-Ray : Newsgroups : povray.binaries.images : Iso_Ball : Iso_Ball Server Time
3 Oct 2024 15:12:42 EDT (-0400)
  Iso_Ball  
From: Ken
Date: 9 Jan 2000 01:29:59
Message: <38782A30.6B7528A1@pacbell.net>
Yet another Isosurface object. I particularly like the ornamental look
of this one and thus the reason I am sharing it with you.


camera {location < 0.0, 0, -13 >look_at 0}

light_source{<0,10,-210> rgb 1}

 isosurface {
     function { tan(tan(x^2)+tan(y^2)+tan(z^2)-1)}

// also try this variant - function { tan(x^2)+tan(y^2)+tan(z^2)}

    threshold 0

  pigment { rgb<1,0,0>}
   finish { ambient .5 diffuse .5 specular 1 roughness .0001 brilliance 4 metallic}

  bounded_by { sphere { 0,5 } }

 rotate 45*y rotate 45*-x

}


-- 
Ken Tyler -  1300+ Povray, Graphics, 3D Rendering, and Raytracing Links:
http://home.pacbell.net/tylereng/index.html http://www.povray.org/links/


Post a reply to this message


Attachments:
Download 'isoball.jpg' (63 KB)

Preview of image 'isoball.jpg'
isoball.jpg


 

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.